Código fuente de 'Whois.asp'

<html>
<head>
<title>ASP navegador e internet, Información sobre dominios. ASP Whois. Transferencia, refrescos, bandwidth, ping, ip, dns</title>
<meta name="description" content="Código y rutinas asp relacionado con el navegador e internet, redirección, 
ip, código fuente, cookies, tiempo de carga, usuarios activos, propiedades navegador.">
<title> - Códigos asp, programacion asp, descargas asp, rutinas asp</title>
</head>
<p align="center"><b><font size="3">Información sobre dominios. ASP Whois.<br>
&nbsp;</font></b></p>

<body style="font-family: Arial; font-size: 9pt">

</HEAD>
<BODY >

<form method="POST" action="http://www.cybercoded.com/whois/CyberWhois.asp" target="_blank">
  <p align="center">
  <input type="text" name="domain" size="20"><select size="1" name="ext">
  <option selected>.com</option>
  <option value=".net">.net</option>
  <option value=".org">.org</option>
  <option value=".edu">.edu</option>
  <option value="ALL">ALL</option>
  </select><br>
  <input type="submit" value="Submit" name="B1"><input type="reset" value="Reset" name="B2"><br>
  (si cambias el título de los botones puede que no funcione correctaemente)</p>
</form>
</BODY>
<script type="text/javascript" language="JavaScript">
// Define the location of count.asp
// Using a path, you may use this code in any subfolder
var file='/stats/count.asp';

var d=new Date(); 
var s=d.getSeconds(); 
var m=d.getMinutes();
var x=s*m;
f='' + escape(document.referrer);
if (navigator.appName=='Netscape'){b='NS';} 
if (navigator.appName=='Microsoft Internet Explorer'){b='MSIE';} 
if (navigator.appVersion.indexOf('MSIE 3')>0) {b='MSIE';}
u='' + escape(document.URL); w=screen.width; h=screen.height; 
v=navigator.appName; 
fs = window.screen.fontSmoothingEnabled;
if (v != 'Netscape') {c=screen.colorDepth;}
else {c=screen.pixelDepth;}
j=navigator.javaEnabled();
info='w=' + w + '&h=' + h + '&c=' + c + '&r=' + f + '&u='+ u + '&fs=' + fs + '&b=' + b + '&x=' + x;
document.write('<img src="' + file + '?'+info+ '" width=1 height=1 border=0>');
</script>

</HTML>